home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / wizard2.h < prev    next >
C/C++ Source or Header  |  1998-10-27  |  1KB  |  53 lines

  1. #if !defined(AFX_WIZARD2_H__1D129B84_1981_11D2_A290_60D144C12802__INCLUDED_)
  2. #define AFX_WIZARD2_H__1D129B84_1981_11D2_A290_60D144C12802__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // wizard2.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // wizard2 dialog
  12.  
  13. class wizard2 : public CDialog
  14. {
  15.   // gestion timer flash
  16.   bool wflag;
  17.   int tm;
  18.  
  19. // Construction
  20. public:
  21.     wizard2(CWnd* pParent = NULL);   // standard constructor
  22.  
  23. // Dialog Data
  24.     //{{AFX_DATA(wizard2)
  25.     enum { IDD = IDD_wizard_yn };
  26.     CString    m_question;
  27.     //}}AFX_DATA
  28.  
  29.  
  30. // Overrides
  31.     // ClassWizard generated virtual function overrides
  32.     //{{AFX_VIRTUAL(wizard2)
  33.     protected:
  34.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35.     //}}AFX_VIRTUAL
  36.  
  37. // Implementation
  38. protected:
  39.  
  40.     // Generated message map functions
  41.     //{{AFX_MSG(wizard2)
  42.     virtual BOOL OnInitDialog();
  43.     afx_msg void OnTimer(UINT nIDEvent);
  44.     afx_msg void OnDestroy();
  45.     //}}AFX_MSG
  46.     DECLARE_MESSAGE_MAP()
  47. };
  48.  
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51.  
  52. #endif // !defined(AFX_WIZARD2_H__1D129B84_1981_11D2_A290_60D144C12802__INCLUDED_)
  53.